allowKeyInField
Type
property
Summary
Has no effect and is included in LiveCode for compatibility with imported SuperCard projects.
Syntax
set the allowKeyInField to {true | false}
Description
In SuperCard, the allowKeyInField property determines whether a "keyInField" message is sent when a key is pressed while the insertion point is in a field.
In LiveCode, the "keyInField" message is not sent.
The allowKeyInField property is always true. A handler can set it to any value without causing a script error, but the actual value is not changed.
Related
message: enterInField
function: value
glossary: property, LiveCode, error, handler, insertion point, message, SuperCard
keyword: field
Compatibility and Support
Introduced
LiveCode 1.0
Platforms
desktop